Allow disabling the tx checksums on the xen loopback
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 19 Jan 2006 19:11:09 +0000 (20:11 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 19 Jan 2006 19:11:09 +0000 (20:11 +0100)
commit31415c26f92b9b3c4b70032a7f768e7c19dfb0db
treefe772e1a5b90c7d2b6359a0fa346bcb510a33149
parent55d921d433ae0c47af53247dad9af0f536de9ff7
Allow disabling the tx checksums on the xen loopback
interface, which is used for the virtual interfaces of dom0 instead
of netfront/netback.

I need to issue ethtool -K eth0 tx off to work around a bad checksum
problem, which has been reported for domUs a few months ago. I'm
bridging dom0's eth0 to a domU where I do NAT to a different virtual
interface. Without this change, I get lots of packets with bad
checksums.

Signed-off-by: Jan Niehusmann <jan@gondor.com>
linux-2.6-xen-sparse/drivers/xen/netback/loopback.c